* window.h (struct window): Convert left_col, top_line, total_lines
authorDmitry Antipov <dmantipov@yandex.ru>
Wed, 20 Mar 2013 11:29:37 +0000 (15:29 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Wed, 20 Mar 2013 11:29:37 +0000 (15:29 +0400)
commit7ae5b2be0c89e9c355e9a4f5149ce9f7a150b614
treeaa6cd5715a1f49e71e39cf17a443923b185d489a
parent5157a09e26de82298f42ecb5cf5ecf415a2afa6a
* window.h (struct window): Convert left_col, top_line, total_lines
and total_cols from Lisp_Objects to integers.  Adjust comments.
(wset_left_col, wset_top_line, wset_total_cols, wset_total_lines):
Remove.
(WINDOW_TOTAL_COLS, WINDOW_TOTAL_LINES, WINDOW_LEFT_EDGE_COL)
(WINDOW_TOP_EDGE_LINE): Drop Lisp_Object to integer conversion.
* dispnew.c, frame.c, w32fns.c, window.c, xdisp.c, xfns.c:
Adjust users where appropriate.
src/ChangeLog
src/dispnew.c
src/frame.c
src/w32fns.c
src/window.c
src/window.h
src/xdisp.c
src/xfns.c